projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ff97e
)
Comment fix.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 23 May 1996 01:34:07 +0000
(
01:34
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 23 May 1996 01:34:07 +0000
(
01:34
+0000)
src/dispnew.c
patch
|
blob
|
history
diff --git
a/src/dispnew.c
b/src/dispnew.c
index ef582f195c52961d13a3145b41fbe541f8cdb1a7..bb21ccbe1da5d98a60d5e7851fe6228ecffbe19c 100644
(file)
--- a/
src/dispnew.c
+++ b/
src/dispnew.c
@@
-2513,7
+2513,7
@@
init_display ()
#endif
#if defined (LINUX) && defined (HAVE_LIBNCURSES)
/* In some versions of ncurses,
- tp
arm
crashes if we have not called tgetent.
+ tp
uts
crashes if we have not called tgetent.
So call tgetent. */
{ char b[2044]; tgetent (b, "xterm");}
#endif